home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 363 / xprolog2 / hide_boo < prev    next >
Text File  |  1985-11-19  |  446b  |  13 lines

  1.  
  2. % hide the new procedures
  3.  
  4. :- hide([call(_), (_;_), (_,_), error(_,_), describe_error(_), not(_),
  5.      clause(_,_), (_=_), print(_), append(_,_,_), member(_,_),
  6.      main, $loop(_), prompt_if_user, $solve(_,_), $process(_,_),
  7.      $query(_,_,_,_), $solve_goal(_,_), $reply(_,_), $askformore,
  8.      $show_variables(_), (_._), $process_files(_), consult(_),
  9.      reconsult(_), $read_file(_,_), $do_loop, $test_filename(_),
  10.      leash(_)]).
  11.  
  12.  
  13.